Skip to content

Bump crossfire from 2.1.8 to 3.0.4#64

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/crossfire-3.0.4
Open

Bump crossfire from 2.1.8 to 3.0.4#64
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/crossfire-3.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps crossfire from 2.1.8 to 3.0.4.

Release notes

Sourced from crossfire's releases.

3.0.3 multiplex optimization

Full Changelog: frostyplanet/crossfire-rs@v3.0.3...v3.0.3

[3.0.3] - 2026-01-30

Fixed

  • Fix multiplex premature closing

[3.0.2] - 2026-01-23

Added

  • Add missing into_async() method for blocking tx/rc

[3.0.1] - 2026-01-22

Changed

  • Remove the mode setting from Multiplex (always use round-robin)

  • Add default custom weight for Multiplex select, optimize selection cost (throughput +20%)

3.0.0

Full Changelog: frostyplanet/crossfire-rs@v2.1.10...v3.0.0

migration steps: https://docs.rs/crossfire/latest/crossfire/compat/index.html

Added

  • Add One flavor for bounded size 1 case

  • Add Null flavor for cancellation purpose channel

  • Add Select API

  • Add Multiplex API

Changed

  • Change interface to V3 generic flavor API

  • Optimize for ArraySpsc + 70%

  • Optimize for ArrayMpsc + 30%

  • Disable direct_copy to make miri happy

3.0.0 beta.1 API preview

Full Changelog: frostyplanet/crossfire-rs@v2.1.10...v3.0.0-beta.1

... (truncated)

Changelog

Sourced from crossfire's changelog.

[3.0.4] - 2026-02-03

Fix

  • Avoid overflow evaluation in generic code

    Remove Send/'static/Unpin limit from Flavor/Queue trait and struct definition, add the limit to method.

  • Blocking method and struct don't need Unpin.

  • Async recv does not need Unpin.

[3.0.3] - 2026-01-30

Fixed

  • Fix multiplex premature closing

[3.0.2] - 2026-01-23

Added

  • Add missing into_async() method for blocking tx/rc

[3.0.1] - 2026-01-22

Changed

  • Remove the mode setting from Multiplex (always use round-robin)

  • Add default custom weight for Multiplex select, optimize selection cost (throughput +20%)

[3.0.0] - 2026-01-18

Changed

  • Disable direct_copy to make miri happy

  • Simplify waker cleaning logic

[3.0.0.beta3] - 2026-01-16

Change

  • New implementation of ArraySpsc & ArrayMpsc, throughput +50%

  • New implementation of OneMpsc, minor speed up.

  • Change multiplex recv(), try_recv(), recv_timeout() to &self, and impl BlockingRxTrait.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crossfire](https://github.com/frostyplanet/crossfire-rs) from 2.1.8 to 3.0.4.
- [Release notes](https://github.com/frostyplanet/crossfire-rs/releases)
- [Changelog](https://github.com/frostyplanet/crossfire-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frostyplanet/crossfire-rs/commits)

---
updated-dependencies:
- dependency-name: crossfire
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants